body{	
	color: #333;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
}
[ng-cloak]{
	visibility: hidden;
}

.ie8 .btn{
	padding-top: 8px;
	padding-bottom: 4px;
}
.container{
	position: relative;
	width: 830px;		
	margin: 0 auto;
	padding-bottom: 140px;
}
.content_box_1{
	background-image: url(../images/slogan_bg.png);
	height: 222px;
	width: 830px;
}
.content_box_2{
	padding-bottom: 10px;
	width: 830px;
	background-image: url(../images/content_box_2.png);
	background-repeat: repeat-y;
}
.content_box_3{
	margin-top: -1px;
}
.fb-like{
	height: 20px;
	overflow: hidden;
}

.form-group{	
	position: relative;
	padding: 1px 0;
	margin: 5px 0;
}
.form-group label{
	display: block;
	float: left;
	width: 30%;
	padding: 5px 10px;
	line-height: 16px;
	text-align: right;
}
.form-group input{
	display: block;	
	width: 60%;
	padding: 3px 5px;
	line-height: 16px;
	border-radius: 3px;
	border: 1px solid #999;
}
.formBox input[disabled] {
	opacity: .5;
}
.form-group .tips{
	position: absolute;
	left: 62%;
	top: 4px;
}
.form-group .ng-dirty.ng-invalid{
	background: #FA787E;
}
.form-group .ng-pristine.ng-invalid-required{
	background: #F9FFDB;
}
.checkbox{
	text-align: center;
	margin: 10px 0;
	font-size: 16px;
}
.checkbox label{
	display: block;
	margin-left: 20%;
	text-align: left;
	cursor: pointer;
}
.checkbox input{
	margin-right: 10px;	
	line-height: 20px;
}

.content_box_2{
	position: relative;
}
.commonBg{
	background-image: url(../images/w_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.taiwan{
	position: absolute;
	height: 283px;
	width: 226px;
	left: 604px;
	top: -20px;
	z-index: 10;
}
.short_link{
	float: right;
	display: block;
	margin-right: 200px;
	width: 153px;
	height: 41px;
	background-image: url(../images/p_btn_1.gif);	
	cursor: pointer;
}
h2.title{
	display: inline-block;
	margin: 0 0 5px 50px;
	padding: 2px 6px 2px 24px;
	border: 1px solid #f15c30;	
	background-image: url(../images/tit.png);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;	
	line-height: 29px;
	color: #0080B9;	
}


.pagination{
	margin: 10px auto 0 auto;
	padding: 0;
	height: 45px;
	width: 780px;	
	text-align: center;
	list-style: none;
}
.pagination li{
	display: inline-block;
	margin: 0 5px;
	padding: 3px;
	line-height: 16px;
	color: #005175;
	text-decoration: none;
	cursor: pointer;
}
.pagination li:hover{
	text-decoration: underline;
	color: #333;
}
.pagination li.selected{
	color: #000;
	font-size: 18px;
	font-weight: bold;
    cursor: default;	
 	text-decoration: underline;
}

/*MENU*/
#navbar{
	height: 40px;
	width: 836px;
	margin: 30px auto 20px;
}
#navbar .m_box{
	padding: 0;
	height: 100%;
	width: 100%;
}
#navbar .m_box li{
	float: left;
	list-style-type: none;
	height: 40px;
}
#navbar .m_box li a{
	display:block;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
}
#navbar .m_box_1 a{
	background-image: url(../images/menu_02.png);
	margin-left: 0px;
	width: 226px;
	background-position: left top;
}
#navbar .m_box_2 a{	
	background-image: url(../images/menu_01.png);
	width: 101px;
	margin-left: 10px;	
}
#navbar .m_box_3 a{
	margin-left: 10px;
	width: 144px;
	background-image: url(../images/menu_03.png);
	background-position: left top;
}
#navbar .m_box_4 a{
	width: 91px;
	margin-left: 10px;
	background-image: url(../images/menu_04.png);
	background-position: left top;
}
#navbar .m_box_5 a{
	margin-left: 10px;
	background-image: url(../images/menu_05.png);
	width: 224px;
	background-position: left top;
}
#navbar .m_box_6 a{
	width: 101px;
	margin-left: 10px;
	background-image: url(../images/menu_06.png);
	background-position: left top;
}
#navbar li a:hover,
#navbar li.active a{
	background-position: left bottom;
}


#footer {
	height: 85px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footer .count{
	margin-left: -20px; 	
	display: inline; 
	font-size: 10pt;
}



.overlay{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}
.overlay.show{
	opacity: 1;
	z-index: 50;
	visibility: visible;
}
.overlay .bg{
	position: absolute;
	width: 100%;
	height: 100%;
}
.overlay .closeBtn{
	position: absolute;
	width: 28px;
	height: 28px;
	right: -10px;
	top: -10px;
	background: url(img/closeBtn.png);	
	cursor: pointer;
}
.overlay .box{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}	
.likeBox .box{
	width: 580px;
	height: 285px;
	padding-top: 120px;
	background-image: url(../images/fb_1.png);
	background-repeat: no-repeat;
}
.likeBox .fbWrap{
	display: block;
	margin: 20px auto;
	width: 300px;
}
.likeBox .passBtn{
	position: absolute;	
	bottom: 20px;
	right: 20px;	
}